Skip to main content
This project provides a Rule-Based Diagnostic System to calculate the health percentage of an industrial actuator based on real-time sensor data. It evaluates electrical and mechanical stress factors to provide a predictive maintenance score.

Overview of Metrics

The calculator uses three primary sensor inputs to determine the degradation of the hardware:
  1. Current (A): Measures electrical load and resistance.
  2. Voltage (V): Monitors power stability and supply quality.
  3. Vibration (g): Detects mechanical wear, bearing failure, or misalignment.

Logic & Ruleset

The health score starts at 100.0% and is reduced based on the following logic:

Implementation

Download tinyML Python Script